Jump to content
  • 0

system() и ffmpeg.exe


Ratnikov310
 Share

Question

Проблема с запуском по очереди ffmpeg.exe через команду system().

Запускается только первая комманда!


system('ffmpeg -i video\\'.$user.'\\'.$file.' -y video\\'.$user.'\\'.$file.'.mp4');
system('ffmpeg -i video\\'.$user.'\\'.$file.' -y video\\'.$user.'\\'.$file.'.webm');

Как сделать чтобы по очереди запускался ffmpeg?? :unsure:

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

ну посколько самые совместимые форматы для браузеров в т.ч. IE)) это webm и mp4 :)

OGG(OGV) не везде совместимы - поэтому выбираю MPEG-4 и WEB MOVIE :)

ну и сообственно табличка от http://www.w3schools.com/html5/html5_video.asp

Browser MP4 WebM Ogg

Internet Explorer 9 YES NO NO

Firefox 4.0 NO YES YES

Google Chrome 6 YES YES YES

Apple Safari 5 YES NO NO

Opera 10.6 NO YES YES

Edited by Ratnikov310
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy